home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1532 / 1532.xpi / install.rdf < prev   
Extensible Markup Language  |  2007-04-30  |  1KB  |  36 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.    xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.         <em:id>{5a2b4e34-ce62-42e9-a658-06ba4490adf8}</em:id>
  8.         <em:name>del.icio.us</em:name>
  9.         <em:version>1.2.1</em:version>
  10.         <em:description>Keep, share and discover all your favorite things.</em:description>
  11.         <em:creator>del.icio.us</em:creator>
  12.         
  13.         <em:homepageURL>http://del.icio.us/</em:homepageURL>
  14.         <em:optionsURL>chrome://del.icio.us/content/options.xul</em:optionsURL>
  15.         <em:aboutURL>chrome://del.icio.us/content/about.xul</em:aboutURL>
  16.         <em:iconURL>chrome://del.icio.us/skin/about-delicious-small.png</em:iconURL>
  17.     <em:type>2</em:type><!-- type=extension -->
  18.     
  19.         <em:targetApplication>
  20.             <Description>
  21.             <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22.                 <em:minVersion>1.0</em:minVersion>
  23.                 <em:maxVersion>2.0.0.*</em:maxVersion>
  24.             </Description>
  25.         </em:targetApplication>
  26.  
  27.         <!-- This is not needed for Firefox 1.1 and later. -->
  28.         <em:file>
  29.            <Description about="urn:mozilla:extension:file:del.icio.us.jar">
  30.              <em:package>content/</em:package>
  31.              <em:skin>skin/</em:skin>
  32.              <em:locale>locale/en-US/</em:locale>
  33.            </Description>
  34.         </em:file>
  35.     </Description>
  36. </RDF>